MDISPLAY SECONDARY MONITOR ROUTINES (c) William B. Bird, November 1987 This disk contains a number of library routines and demo programs that will allow you to use your secondary (monochrome) monitor in a program that also uses a primary color monitor. It supports the creation of text windows and allows the monochrome monitor to be shared by more than one program (you must insure that they do not conflict with each other). The major documentation for these programs will be found in the file MDISPLAY.DOC. The demonstration and utility programs are supplied with commented source to provide examples of the actual use of these routines. DISTRIBUTION OF THE MATERIALS DESCRIBED IN THIS DOCUMENT IS ALLOWED, SUBJECT TO THE CONDITIONS STATED IN THE FILE MDISPLAY.DOC. THIS MATERIAL MAY BE DISTRIBUTED TO INTERESTED USERS BUT MAY NOT BE SOLD OR OTHERWISE PACKAGED WITH A COMMERCIAL PRODUCT WITHOUT THE EXPRESS WRITTEN CONSENT OF THE AUTHOR. William B. Bird, November 1987 README TXT Program overview and file list MDISPLAY DOC Mdisplay routine documentation MDISPLAY H C include file for entry points and variables MDISPLAY OBJ Mdisplay routines in OBJ format MDISPLAY LIB Mdisplay routines in MS LIB format MDSPDEMO Make file for mdisplay demo MDSPDEMO C Source for mdisplay demo MDSPDEMO EXE Executable file for mdisplay demo MDSPTEE Make file for mdisplay tee utility MDSPTEE C Source file for mdisplay tee utility MDSPTEE EXE Executable file for mdisplay tee utility MDSP Make file for MDSP utilities MDSP BAT Test batch file for MDSP utilities MDSPI C Source file for program to initialize monochrome display MDSPI EXE Executable file for program to initialize monochrome display MDSP1 C Source file for program to write to the left half of the monochrome screen MDSP1 EXE Executable file for program to write to the left half of the monochrome screen MDSP2 C Source file for program to write to the right half of the monochrome screen MDSP2 EXE Executable file for program to write to the right half of the monochrome screen